Welcome![Sign In][Sign Up]
Location:
Search - SD ID

Search list

[Other resourceCEWifiDriverAR6000-21374

Description: Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1
Platform: | Size: 533345 | Author: bd | Hits:

[Other resourceSELLER

Description: 基于verilog HDL的自动售货机控制电路设计: 可以对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机可以接受1元,5角,1角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号Ia,Ib,Ic,Id,Ie和一个放弃信号In,输出指示信号为 Sa, Sb ,Sc ,Sd, Se 分别表示售出相应的货物,同时输出的信号yuan, jiao代表找零,相应每个脉冲代表找零相应的硬币,上述输入和输出信号均是一个固定宽度的脉冲信号。
Platform: | Size: 1776 | Author: chenyi | Hits:

[Other resourceGetId

Description: 获取Sd卡ID,仅限参考,谢谢合作,也有不足之处请指正
Platform: | Size: 47076 | Author: askld | Hits:

[SourceCodeGetSDCardID

Description: 用 汇编写的小程序,可以获得 SD卡的 ID 用 Armasm 编译 WinCE
Platform: | Size: 1789 | Author: gjcn123 | Hits:

[SCMsd_code

Description: SD卡开发源程序,可根据用户实际硬件修改-SD Card source files, users can change the actual hardware
Platform: | Size: 19456 | Author: 王嘉鑫 | Hits:

[Windows CECEWifiDriverAR6000-21374

Description: Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1-Atheros wireless chips AR-6000 series of wince 6 driver source code (which is something I did not used Do not ask me, I found other resources found wince to) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. Readme: Atheros CommunicationsAR6001 WLAN Driver for SDIO installation Read MeMarch 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation.1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a . From the Project menu select Add Existing Subproject ... b. select AR6K_DRV.pbxmlc. select openThis should create a subproject within your OS Design project for the AR6K_DRV driver.4. Build the solution. Transfer from Tony embedded, the original address: http://www.cevx.com/bbs/dispbbs.asp?boardID=4
Platform: | Size: 533504 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSsd

Description: 使用S3C44B0读写SD卡,包括SD卡的热插拔,读ID等-S3C44B0 use to read and write SD cards, including SD card hot-swappable, read ID, etc.
Platform: | Size: 350208 | Author: | Hits:

[VHDL-FPGA-VerilogSELLER

Description: 基于verilog HDL的自动售货机控制电路设计: 可以对5种不同种类的货物进行自动售货,价格分别为A=1.00,B=1.50,C=1.80,D=3.10,E=5.00 。售货机可以接受1元,5角,1角三种硬币(即有三种输入信号IY,IWJ,IYJ),并且在一个3位7段LED(二位代表元,一位代表角)显示以投入的总钱数,最大9.90元,如果大于该数值,新投入的硬币会退出,选择货物的输入信号Ia,Ib,Ic,Id,Ie和一个放弃信号In,输出指示信号为 Sa, Sb ,Sc ,Sd, Se 分别表示售出相应的货物,同时输出的信号yuan, jiao代表找零,相应每个脉冲代表找零相应的硬币,上述输入和输出信号均是一个固定宽度的脉冲信号。
Platform: | Size: 1024 | Author: chenyi | Hits:

[Windows CESDCardDetect

Description: wince5.0 下,用于获取sdcard 的 ID. 用c++ 开发,vs2005 -wince5.0 used for sdcard access to the ID. with c++ development, vs2005
Platform: | Size: 43008 | Author: hugohong | Hits:

[SCMGetId

Description: 获取Sd卡ID,仅限参考,谢谢合作,也有不足之处请指正-Access to Sd card ID, only a reference, Thank you for your cooperation, but also the inadequacies please correct me
Platform: | Size: 3868672 | Author: askld | Hits:

[SCMSD

Description: PIC16F689驱动SD卡程序,可以实现对SD的ID读取和内存读取,并且可以通过串口调试精灵看到相应信息-PIC16F689 drives SD card procedures, can be achieved on the ID reader and SD memory reader, and can see the corresponding wizard serial debugging information
Platform: | Size: 59392 | Author: 刘雨 | Hits:

[Windows CERetrieveGUID

Description: 一个通过RAPI获取WINCE设备的UUID的程序。比较偏门,但或许会有人用的到。-RAPI access through a WINCE device UUID and SD CARD ID procedures. Comparison of loopholes, but perhaps that would be used.
Platform: | Size: 8563712 | Author: LZ | Hits:

[SCMGetSDcard_ID

Description: 取SD卡ID,用于生成校验字符串,可用于加密处理-get sdcard id for wince
Platform: | Size: 2983936 | Author: 王帆 | Hits:

[GIS program01

Description: 1、包括三种命令类型(Type): ”Regist”表示Timer注册, 注册ID、TimeOut时间、以及Infor信息; "Release"表示Timer释放,根据Timer的ID释放注册过的Timer; "Elapse"表示流逝的时间,具体流逝的时间参见ElapseTime的所在行; 2、如上表例,顺序读取可以获得信初始时注册了1号、2号、3号、4号四个Timer, TimeOut时间分别为5毫秒、3毫秒、10毫秒、15毫秒; -adfadfadffadfsdfsdfv dfdc SD asd DAS ef SDFsdf
Platform: | Size: 1024 | Author: feiyan | Hits:

[Program docDefault

Description: [CPUID.rar] - 获取CPU信息/ID号 [CPUID123.rar] - 编程高手 讨论 [GetNo.rar] - 获取硬盘序列号。可以利用在软件保护等模块中。自由下载无需帐号。 [测试CPU的程序.zip] - 测试CPU程序,可以读取CPU的各种比较详细的信息。 [GetCPUInfo.zip] - 用VC获取CPU的厂家信息,主频,ID。 [SDcardPROTLPCB.rar] - SD卡的PROTEL PCB封装,适合于作电路板用 [CPU信息查询演示.rar] - CPU信息查询演示.如何获取CPU名称,标识、制造商名称、主频、个数等。 [windowsCPUid.rar] - 获取CPU ID,可判断CPU型号和支持的指令集 [CPUinfo一.zip] - 获取CPU信息。 [Get_ID.rar] - 得到电脑的硬盘序列号与CPU的识别号,可以用来绑定电脑-sdgsadg
Platform: | Size: 1024 | Author: 南方 | Hits:

[Windows CEGetStorageCardID

Description: WinCE下获取SD卡ID VS2005以上版本运行100 好用-WinCE to get SD card ID VS2005 next version runs more than 100 useful
Platform: | Size: 1950720 | Author: 羊是的 | Hits:

[Windows CEWinCE_SD_ID

Description: 本源码演示了,在Windows CE操作系统下,如何读取SD卡的ID标示符。-The source code demonstrates, in the Windows CE operating system, how to read SD card ID identifier.
Platform: | Size: 46080 | Author: joyzml | Hits:

[Windows CERead-SD-card-ID

Description: 读取SD卡ID代码,WinCE环境下 真实解析,了解细节-Read SD card ID code
Platform: | Size: 1024 | Author: 肖凡 | Hits:

[SCM111

Description: 目前市售的万年历千篇一律,不仅显示单一,而且在农历显示、星期显示、二十四节气显示都不符合我国的习惯,因此我制作了一款万年历,除克服了上述弊病外,还增加了数九三伏的显示、十二生肖显示、个性化语音正点半点报时、128个节日显示、节日来历自动、红外线遥控播出、家人生日纪念日字幕滚动显示、歌曲播放、电话来电显示等。 ●家人生日祝福语提醒(可储存5人) ●重大节日显示(一百多个节日) ●节日来历解说(MP3音质) ●高精度环境温度显示(-50℃--127℃误差<0.1) ●真人正点,半点报时 ●数伏,数九,二十四节气显示 ●周六,周日突出变色显示 ●内嵌SD卡播放器,内存多首世界名 ●红外遥控操作 ●电话来电显示(可储存20个号码) ●四组闹铃,三级亮度 ●自动省电设置,(晚10点关大部分显示) ●软件无限升级,所有设置全部可以个性化 视频http://www.tudou.com/programs/view/jW5akQ0b-AI/ 我的邮箱xiujiebaoguo@126.com -Currently commercially available calendar fits, not only shows a single, and in calendar display, Day of week, twenty-four solar terms shown do not meet our habits, so I made a calendar, in addition to overcome these drawbacks, but also increased the number of Nine dog day of the show, zodiac show the slightest timekeeping personalized voice punctuality, 128 holiday displays, holiday origins automatic, infrared remote broadcast subtitles scroll family birthday celebration, song playback, telephone caller ID and so on. ● birthday greetings to remind family members (5 stores) ● major holiday display (more than one hundred holiday) ● explain the origins of holidays (MP3 audio) ● High ambient temperature display (-50 ℃- 127 ℃ error of <0.1) ● real hours, the half timekeeping ● the number of volts, beginning of winter frost, twenty-four solar terms Display ● Saturday, Sunday highlight color display ● embedded player, SD card, memory, the first world famous multi- ● IR r
Platform: | Size: 516096 | Author: baoguo | Hits:

[Crack HackHardDiskSerialNumberChanger

Description: 更改SD卡ID的小工具。可以更改SD卡的ID. 使用方法: 1:把SD卡接入电脑; 2:运行HardDiskSerialNumberChanger.exe 3: 选择SD卡所在的盘符; 4:退格把原来的ID去掉,然后输入所需的ID (本次修改道道通2010年秋季版MIPS架构的SD-ID为:F831-2214) 5:点 Chang 键; 6:点 Close 键; 7:把SD卡退出电脑; 8:再运行HardDiskSerialNumberChanger.exe确认是否已经更改。如果更改了,按 Close 退出。没有更改,则重复4-7步骤。 9:复制道道通2010年秋季版MIPS架构的整个\RtNavi文件夹到SD卡跟目录; 10:把本解压文件所附的SN.bin文件拷贝到\RtNavi目录,覆盖原文件。 11:如果是华阳CE66系列(包括飞利埔CID系列),直接运行即可;如果是路畅MIPS架构,则需要把本解压文件内的“路畅配置文件”里的UPF_VDD.conf文件拷贝到\RtNavi目录,覆盖原文件。-HardDisk Serial Number Changer.
Platform: | Size: 363520 | Author: 陈 元 | Hits:
« 12 »

CodeBus www.codebus.net